home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 019 / lotus123.arc / NEW123.UNP < prev   
Encoding:
Text File  |  1980-01-01  |  1.1 KB  |  31 lines

  1.  
  2.  
  3. I have just seen a new copy of Lotus 1-2-3 v1a that has a
  4. modified protection scheme for which the currently published
  5. unprotect scheme will not work. Here is a modified unprotect
  6. that will work properly with both the old and new v1a releases
  7. ......
  8. 1) Rename 123.exe to 123.xyx
  9. 2) Type (to DOS) the command
  10.   C> debug 123.xyx
  11. 3) Type (to debug) the command
  12.   -s 100 efff cd 13   (The "-" is a prompt from debug.)
  13. 4) Debug should respond with something like:
  14.    xxxx:ABA9    where xxxx is a hex number that may vary
  15. 5) Type
  16.   -e aba9 fb f9   (Use whatever debug gave you in the
  17.   -w               last step instead of "aba9" if it is
  18.   -q               different.)
  19.  
  20. 6) Rename 123.xyx to 123.exe
  21. For those of you who want to understand this, it is
  22. replacing an "INT 13" instruction that checks the disk
  23. in drive A: for some funny stuff with STI, STC instructions
  24. that set the flags to the values that the newer 123's check
  25. for later to defeat the old patch that only put NOP's there.
  26. END OF TRANSFER - PRESS ENTER TO RETURN TO MENU
  27. 
  28.  
  29. check
  30. for later to defeat the old patch that only put NOP's there.
  31. END OF TRANSF